home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Fun & Games / Uli's Moose 3.5 (donationware).dmg / Uli's Moose / Moose.app / Contents / Resources / Moose.scriptTerminology < prev    next >
Extensible Markup Language  |  2006-03-26  |  2KB  |  59 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Commands</key>
  6.     <dict>
  7.         <key>DisableSpeech</key>
  8.         <dict>
  9.             <key>Arguments</key>
  10.             <dict/>
  11.             <key>Description</key>
  12.             <string>Make the moose go completely quiet temporarily.</string>
  13.             <key>Name</key>
  14.             <string>disable speech</string>
  15.         </dict>
  16.         <key>EnableSpeech</key>
  17.         <dict>
  18.             <key>Arguments</key>
  19.             <dict/>
  20.             <key>Description</key>
  21.             <string>Re-activate the Moose after it has been disabled.</string>
  22.             <key>Name</key>
  23.             <string>enable speech</string>
  24.         </dict>
  25.         <key>SpeakRandomPhrase</key>
  26.         <dict>
  27.             <key>Arguments</key>
  28.             <dict>
  29.                 <key>category</key>
  30.                 <dict>
  31.                     <key>Description</key>
  32.                     <string>An optional category to fetch the phrase from. Default is pause.</string>
  33.                     <key>Name</key>
  34.                     <string>from category</string>
  35.                 </dict>
  36.             </dict>
  37.             <key>Description</key>
  38.             <string>Speak a random phrase from one of the Moose's phrase files.</string>
  39.             <key>Name</key>
  40.             <string>speak random phrase</string>
  41.         </dict>
  42.         <key>SpeakString</key>
  43.         <dict>
  44.             <key>Description</key>
  45.             <string>Request that the Moose read out loud a particular string.</string>
  46.             <key>Name</key>
  47.             <string>speak</string>
  48.             <key>UnnamedArgument</key>
  49.             <dict>
  50.                 <key>Description</key>
  51.                 <string>The text to be spoken out loud.</string>
  52.             </dict>
  53.         </dict>
  54.     </dict>
  55.     <key>Name</key>
  56.     <string>Moose Suite</string>
  57. </dict>
  58. </plist>
  59.